object ModifCodeP: TModifCodeP Left = 413 Top = 329 BorderStyle = bsDialog Caption = 'Ajouter une ville' ClientHeight = 200 ClientWidth = 312 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object SC_Line5: TSC_Line Left = 0 Top = 166 Width = 312 Height = 34 BorderShape = bsTopLine Align = alBottom end object Label1: TLabel Left = 15 Top = 18 Width = 20 Height = 14 Caption = 'Ville' end object Label2: TLabel Left = 15 Top = 66 Width = 57 Height = 14 Caption = 'Code postal' end object Label3: TLabel Left = 15 Top = 114 Width = 61 Height = 14 Caption = 'D'#233'partement' end object Button1: TButton Left = 76 Top = 173 Width = 75 Height = 22 Caption = '&Ok' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 end object Button2: TButton Left = 163 Top = 173 Width = 75 Height = 22 Cancel = True Caption = '&Annuler' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end object EditVille: TEdit Left = 15 Top = 33 Width = 280 Height = 22 AutoSize = False CharCase = ecUpperCase TabOrder = 0 end object EditCode: TEdit Left = 15 Top = 81 Width = 280 Height = 22 AutoSize = False TabOrder = 1 end object EditDep: TEdit Left = 15 Top = 129 Width = 280 Height = 22 AutoSize = False CharCase = ecUpperCase TabOrder = 2 end end